From 1d6100e7b0d4572853c00cfe49ab031072e11e4a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonas=20=C3=85dahl?= Date: Fri, 21 Feb 2020 21:28:03 +0100 Subject: [PATCH] gdk/popup-layout: Remove leftover struct field The layouts never "seal", as they did in an earlier revision, so remove the seal field. --- gdk/gdkpopuplayout.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdk/gdkpopuplayout.c b/gdk/gdkpopuplayout.c index 7bc7704c64..4509944c55 100644 --- a/gdk/gdkpopuplayout.c +++ b/gdk/gdkpopuplayout.c @@ -33,8 +33,6 @@ struct _GdkPopupLayout GdkAnchorHints anchor_hints; int dx; int dy; - - gboolean is_sealed; }; G_DEFINE_BOXED_TYPE (GdkPopupLayout, gdk_popup_layout, -- 2.30.2